home *** CD-ROM | disk | FTP | other *** search
/ Power Tools 1993 October - Disc 2 / Power Tools (Disc 2)(October 1993)(HP).iso / hotlines / network / snaplus2 / script5.txt < prev    next >
Text File  |  1993-04-26  |  33KB  |  633 lines

  1.  
  2.              HP-UX SNAplus Performance Data Analysis
  3.                             Release 2
  4.                       (QLLC and SDLC only)
  5.                      (Token Ring in process)
  6.                          March 22, 1993
  7.  
  8.  
  9. 1. Introduction:
  10.  
  11.    This report includes performance data for SNAplus3270, SNAplus API APPC,
  12. SNAplusRJE, and SNAplus3179G running under a variety of conditions over the
  13. SDLC and QLLC links. The reader is cautioned that these are rough numbers,
  14. and the actual performance levels will vary. This document covers the HP9000
  15. series S350, S400, S750, and S827. Testing was also done on an HP9000
  16. series 720 for comparison purposes between Release 1 and Release2. User CPU
  17. utilization data is the sum of CPU utilization for all SNA user processes
  18. running on the system while the data transfer is in progress. The system CPU
  19. utilization is included because parts of the SNA stack run in the kernel. AT
  20. the time of the printing of this report, Token Ring testing had begun but had
  21. not been completed. When it is completed, it will be added as section 5.3.
  22.  
  23.  
  24.  
  25. 2. Test Environments:
  26.  
  27. 2.1 HP900 machine configurations
  28.  
  29. HP9000 series S350 -- Running HP-UX 9.0, 16Mb RAM, 59Mb swap
  30. HP9000 series S400 -- Running HP-UX 9.0, 16Mb RAM, 64Mb swap
  31. HP9000 series S750 -- Running HP-UX 9.01, 32Mb RAM, 122Mb swap
  32. HP9000 series S827 -- Running HP-UX 9.0, 32Mb RAM, 107Mb swap
  33.  
  34. 2.2  Other Configuration
  35. IBM 4381-91E host running MVS/ESA 3.1, 16Mb memory
  36. File transfer tests using 125K bytes file size for SNAplus3270.
  37. Data transfer tests for APPC 32K bytes data size for APPC
  38. Data transfer tests for 3179G used a 192K Graphic
  39. Data transfer tests for RJE used 50K and 75K data size
  40. Performance Data Analysis
  41.  
  42.  
  43.  
  44. 3. SNA Products Memory Requirements
  45.  
  46. The following table demonstrates the memory requirements for the programs
  47. associated with the HP-UX/SNAplus products. The "Text" column is the size of
  48. the text segment of the process. This is shared by all process on the system.
  49. The "Data" column is the size of all private data and stack space used by the
  50. processes. The memory requirements shown are to be used to ensure the customer
  51. is outfitted with enough memory for proper operation of the HP-UX SNAplus
  52. products.
  53.  
  54. When a user runs the "snap3270" command, the process forks, so there are
  55. actually two process per instance of snap3270. The "Data" memory usage of
  56. snap3270 includes both snap3270 processes. The memory usage of APPC is for a
  57. minimal TP. The total memory usage of a customer's transaction program will
  58. depend on the size of the program, the library commands used, and other
  59. libraries which the customer links into their TP.
  60.  
  61.  
  62.                      Table 1: HP-UX/SNA Memory Usage (in Kbytes)
  63.  
  64.                 Series S300/S400       Series 700             Series 800
  65.               Text | Data & Stack |  Text | Data & Stack |  Text | Data & Stack
  66. snapdaemon  |  20  |     100      |   24  |     112      |   24  |     114
  67. snaperrlog  |  28  |     114      |   36  |     124      |   36  |     126
  68. bsdslim     |  52  |     174      |   64  |     178      |   64  |     170
  69. snap3270    | 248  |     206      |  306  |     198      |  306  |     240
  70. snap3179g   | 178  |     838      |  230  |     918      |  220  |     888
  71. snapRJE     | 180  |     180      |  320  |     238      |  220  |     184
  72. APPC TP     |  68  |     168      |   84  |     194      |   84  |     192
  73. snapconfig  | 248  |     786      |  304  |     800      |  296  |     798
  74. snapmanage  | 142  |     686      |  174  |     698      |  174  |     696
  75. snapbrowse  |  90  |     518      |  112  |     620      |  112  |     246
  76. xsnap3270   | 276  |     538      |  348  |     544      |  426  |     528
  77. xsnapmanage | 144  |     896      |  180  |     928      |  178  |     956
  78. xsnapconfig | 254  |    1036      |  318  |    1008      |  310  |    1062
  79. xsnapbrowse |  90  |     492      |  114  |     462      |  114  |     484
  80.  
  81.  
  82.  
  83. 3.1 Calculating Memory Usage - Example 1
  84.  
  85.    A customer wants to have 12 users with Xterminals each running three 3270
  86. sessions. All SNA processes will run on a Series 750 box which is an SNA
  87. server. These users will be constantly active, so the customer wants to
  88. have enough memory on the S750 to avoid swapping. Each instance of 3270
  89. can run up to 10 sessions, so if each user starts snap3270 only once and
  90. uses the multi-session capability to get their three sessions, we will have
  91. 12 instances of 3270 on the S750. So all the SNA processes that will run
  92. on the S750 and their memory usage are:
  93.  
  94.                     Text            Per Process      Total
  95.                                     Data & Stack   Data & Stack
  96. snapdaemon.........  24                 112 =        112
  97. snaperrlog.........  36                 124 =        124
  98. snap3270
  99. (12 instances).....  306           236 x 12 =      2,832
  100.                     ----                          --------
  101. Grand Totals: .....  366 Bytes Text                3,068   Bytes Data
  102.                                                             & Stack
  103.  
  104.  
  105.    We only include the "Text" segment of any process once, since it is
  106. shared by all instances of the process on the system. Include the "Data"
  107. segment once for each instance of the process. Note that each time a user
  108. starts snap3270, the process forks into two processes, but the data and
  109. stack space for both of these processes are already included in the table
  110. above.
  111.  
  112. So the customer needs 3,434 Kbytes (or about 3.4Mb) of memory for SNA. Add
  113. this to the memory the user needs for the system and whatever else they are
  114. running on the machine, and you can determine how much total memory they need.
  115.  
  116. 3.2 Example 2
  117.  
  118. The customer wants to have 250 users on a Series 827 each with one 3270
  119. session constantly running, but expects that at any time only 50 of the
  120. users will be actually using the product. In this case, 250 instances of
  121. snap3270 will be running, but 200 of them can be swapped out, so the amount
  122. of memory utilized by SNA will be:
  123.                     Text            Per Process      Total
  124.                                     Data & Stack   Data & Stack
  125. snapdaemon.........  24                 114 =        112
  126. snaperrlog.........  36                 126 =        124
  127. snap3270
  128. (12 instances).....  306           240 x 50 =     12,000
  129.                     ----                          --------
  130. Grand Totals: .....  366 Bytes Text               12,240   Bytes Data
  131.                                                             & Stack
  132.  
  133. So the customer needs  12,606 Kbytes of memory for SNA, in addition to
  134. what they need for the system and other products. Note that snap3270 will
  135. still take up (306K + (240x250K)) = 60,306K bytes of swap space. Be sure
  136. the customer realizes this and configures enough swap space.
  137.  
  138.  
  139.  
  140. 4. SNA Products Disk Space Requirements
  141.  
  142. The following table illustrates the disk space requirements for the files
  143. associated with the HP-UX/SNA products.
  144.  
  145.                                    Table 1:
  146.                S300/S400        S700              S800
  147.                --------       -------           -------
  148. SNAP3179G       563,200       737,280           696,320
  149. SNAP-3270     2,570,240     3,358,720         3,328,000
  150. SNAP-API        307,200       624,640           624,640
  151. SNAP-COMMON   6,297,600     8,007,680         8,007,680
  152. SNAP-LINK         NA        2,150,400         2,160,640
  153. SNAP-MAN        112,640       112,640           112,640
  154. SNAP-RJE      1,003,520     1,474,560         1,474,560
  155.  
  156.  
  157.  
  158. 5. SNA Products Performance Data
  159.  
  160. 5.1  SDLC LINK
  161.  
  162. 5.1.1 SNAplus3270
  163.  
  164.   Response Time:
  165.  
  166.    When measuring response times for SNAplus3270, we use two different sample
  167. applications: a data entry application and a program development application.
  168. These phony applications run on the IBM host but they do not require any host
  169. processing beyond sending and receiving the screens. this allows us to measure
  170. just the communications response time.
  171.  
  172.    A Data Entry Transaction is characterized by sending a lot of characters to
  173. the host and receiving relatively few back. Our sample data entry screed
  174. contains 73 feilds (42 protected, 31 unprotected). The tester types data
  175. in the 31 unprotected fields (approximately 730 characters) and presses ENTER
  176. to send the data. After the data has been received by the host application,
  177. it sends back an order to erase all unprotected fields. The tester is then
  178. free to enter another screen of data.
  179.  
  180.   A Program Development Transaction is characterized by sending only a few
  181. characters to the host, but receiving relatively many back. the screen used
  182. for this test looks like an editor screen. It contains 50 fields (3 protected,
  183. 47 unprotected). The tester types in a few characters into an unprotected
  184. field (which indicate that the user wants to delete or add aline). The host
  185. application responds by changing the bottom 10 lines of the screen
  186. (approximately 400 characters).
  187.  
  188.  
  189.          Table 1: Stand Alone SNAplus3270, SerieS827, 56K baud line
  190. Application          Average    Standard Deviation     95% Confidence Interval
  191. ----------          ---------  --------------------   -------------------------
  192. Data Entry            0.39 sec      0.04 sec             [0.39 sec,0.40 sec]
  193. Program Development   0.34 sec      0.03 sec             [0.33 sec,0.35 sec]
  194.  
  195.  
  196. Table 2: Client/Server SNAplus3270, Client Machine: S400, Server Machine:  S827                                     56K baud line
  197. Application          Average    Standard Deviation     95% Confidence Interval
  198. ----------          ---------  --------------------   -------------------------
  199. Data Entry            0.60 sec      0.05 sec             [0.58 sec,0.61 sec]
  200. Program Development   0.49 sec      0.08 sec             [0.47 sec,0.52 sec]
  201.  
  202.  
  203. Table 3: Client/Server SNAplus3270, Client Machine: S350, Server Machine:  S827                                     56K baud line
  204. Application          Average    Standard Deviation     95% Confidence Interval
  205. ----------          ---------  --------------------   -------------------------
  206. Data Entry            0.74 sec      0.06 sec             [0.72 sec,0.76 sec]
  207. Program Development   0.61 sec      0.06 sec             [0.59 sec,0.63 sec]
  208.  
  209.  
  210.    SNAplus3270 Throughput:
  211.  
  212.              Table 4: Stand Alone SNAplus3270 on S827 56K baud line
  213.                   Inbound                              Outbound
  214. # LU's Throughput  Line   User   System     Throughput  Line   User   System
  215.                    Util.  CPU     CPU                   Util.  CPU     CPU
  216. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  217.   1    26.01 Kbps  45.4%  2.8%    4.5%      25.36 Kbps  44.2%  1.8%    2.8%
  218.   2    40.57 Kbps  70.8%  3.4%    4.9%      34.97 Kbps  61.0%  2.2%    3.5%
  219.   4    41.83 Kbps  73.0%  3.6%    5.0%      42.71 Kbps  74.5%  2.8%    4.3%
  220.  
  221.  
  222.              Table 5: Stand Alone SNAplus3270 on S750 56K baud line
  223.                   Inbound                              Outbound
  224. # LU's Throughput  Line   User   System     Throughput  Line   User   System
  225.                    Util.  CPU     CPU                   Util.  CPU     CPU
  226. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  227.   1    34.98 Kbps  63%    1.9%    4.1%      30.74 Kbps  54%    3.2%    5.7%
  228.   2    45.08 Kbps  79%    2.1%    3.8%      39.02 Kbps  64%    3.4%    4.6%
  229.   4    46.64 Kbps  81%    2.3%    2.7%      44.59 Kbps  78%    2.9%    5.6%
  230.  
  231.  
  232.  
  233.  
  234.  Table 6: Client/Server SNAplus3270, Client Machine: S400, Server Machine:  S827
  235.                                 56K baud line
  236.                                    Inbound
  237. # LU's Throughput     Line    Client     Client     Server    Server
  238.                       Util.    User      System      User     System
  239.                                 CPU       CPU        CPU       CPU
  240. ------ ----------     -----   ------     ------     ------    ------
  241.   1    24.74 Kbps     43.2%     10%       11%        2.6%      4.2%
  242.   2    36.88 Kbps     64.3%     14%       13%        3.3%      4.8%
  243.   4    42.26 Kbps     73.7%     17%       16%        3.7%      4.9%
  244.  
  245.  
  246. Table 7: Client/Server SNAplus3270, Client Machine:S400,Server Machine:  S827
  247.                                  56K baud line
  248.                                    Outbound
  249. # LU's  Throughput    Line    Client     Client     Server    Server
  250.                       Util.    User      System      User     System
  251.                                 CPU       CPU        CPU        CPU
  252. ------  ----------    -----   ------     ------     ------    ------
  253.   1     24.74 Kbps    43.2%     13%       10%        2.5%      4.2%
  254.   2     36.39 Kbps    60.0%     19%       12%        3.2%      4.6%
  255.   4     41.83 Kbps    73.1%     22%       15%        3.8%      4.9%
  256.  
  257.  
  258. Table 8: Client/Server SNAplus3270, Client Machine:  S350, Server Machine: S827                                  56K baud line
  259.                                     Inbound
  260. # LU's  Throughput    Line    Client     Client     Server    Server
  261.                       Util.    User      System      User     System
  262.                                 CPU       CPU        CPU       CPU
  263. ------  ----------    -----   ------     ------     ------    ------
  264.   1     21.58 Kbps    37%       24%       16.5%      2.6%      4.2%
  265.   2     29.83 Kbps    52%       34.3%     21.0%      3.3%      4.8%
  266.   4     41.40 Kbps    72%       39.4%     28.4%      3.7%      4.9%
  267.  
  268. Table 9: Client/Server SNAplus3270, Client Machine: S350, Server Machine:  S827                                  56K baud line
  269.                                    Outbound
  270. # LU's Throughput     Line    Client     Client     Server    Server
  271.                       Util.    User      System      User     System
  272.                                 CPU       CPU        CPU       CPU
  273. ------ ----------     -----   ------     ------     ------    ------
  274.   1    19.14 Kbps     33%       23.1%     19.1%      2.5%      4.2%
  275.   2    31.21 Kbps     54%       32.5%     29.6%      3.2%      4.6%
  276.   4    41.41 Kbps     72%       41.0%     31.0%      3.8%      4.9%
  277.  
  278.  
  279.  
  280.  
  281.    SNAplusAPI LU6.2 Throughput:
  282.  
  283.  
  284.              Table 10: Stand Alone SNAplusLU6.2 on S750 56K baud line
  285.                   Inbound                              Outbound
  286. # LU's Throughput  Line   User   System     Throughput  Line   User   System
  287.                    Util.  CPU     CPU                   Util.  CPU     CPU
  288. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  289.   1     44.96 Kbps 78.4%  0-1%    1.4%       28.40 Kbps 49.5%  0-1%    1.5%
  290.   2     45.39 Kbps 79.1%  0-1%    1.3%       37.10 Kbps 64.7%  0-1%    1.7%
  291.   4     46.21 Kbps 80.6%  0-1%    1.4%       41.43 Kbps 72.2%  0-1%    1.8%
  292.   8     46.40 Kbps 80.9%  0-1%    1.4%       42.04 Kbps 73.3%  0-1%    2.0%
  293.  
  294.  
  295.              Table 11: Stand Alone SNAplusLU6.2 on S750 56K baud line
  296.                   Inbound                              Outbound
  297. # LU's Throughput  Line   User   System     Throughput  Line   User   System
  298.                    Util.  CPU     CPU                   Util.  CPU     CPU
  299. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  300.   1     46.07 Kbps 80.3%  0-1%    1.2%       35.42 Kbps 61.8%  0-1%    1.3%
  301.   2     49.64 Kbps 86.6%  0-1%    1.9%       42.94 Kbps 74.9%  0-1%    1.5%
  302.   4     50.61 Kbps 88.2%  0-1%    2.0%       44.72 Kbps 78.0%  0-1%    1.5%
  303.   8     50.47 Kbps 88.0%  1.0%    2.1%       46.02 Kbps 46.0%  0-1%    1.5%
  304.  
  305.  
  306. Table12: Client/Server LU6.2, Client Machine: S400, Server Machine:  S827                                        56K baud line
  307.                                    Outbound
  308. # LU's Throughput     Line    Client     Client     Server    Server
  309.                       Util.    User      System      User     System
  310.                                 CPU       CPU        CPU       CPU
  311. ------ ----------     -----   ------     ------     ------    ------
  312.   1     42.28 Kbps    73.7%     5.5%      6.3%       1.0%      2.1%
  313.   2     45.59 Kbps    79.5%     5.7%      7.6%       1.2%      2.6%
  314.   4     46.08 Kbps    80.4%     6.3%      9.0%       1.1%      2.3%
  315.   8     46.27 Kbps    80.7%     6.4%      9.2%       1.2%      2.5%
  316.  
  317.  
  318. Table13: Client/Server LU6.2, Client Machine: S400, Server Machine:  S827                                        56K baud line
  319.                                    Outbound
  320. # LU's Throughput     Line    Client     Client     Server    Server
  321.                       Util.    User      System      User     System
  322.                                 CPU       CPU        CPU       CPU
  323. ------ ----------     -----   ------     ------     ------    ------
  324.   1    20.273 Kbps    35.4%     2.3%      5.5%       1.0%      1.6%
  325.   2    35.79 Kbps     62.5%     2.6%      6.0%       1.2%      2.3%
  326.   4    40.94 Kbps     71.4%     3.2%      6.6%       1.1%      2.5%
  327.   8    43.2 Kbps      75.0%     3.5%      7.3%       1.3%      2.5%
  328.  
  329.  
  330. Table14: Client/Server LU6.2, Client Machine: S350, Server Machine:  S827                                        56K baud line
  331.                                    Outbound
  332. # LU's Throughput     Line    Client     Client     Server    Server
  333.                       Util.    User      System      User     System
  334.                                 CPU       CPU        CPU       CPU
  335. ------ ----------     -----   ------     ------     ------    ------
  336.   1    24.28 Kbps     42.3%     3.5%      7.2%       1.1%      1.7%
  337.   2    35.15 Kbps     61.3%     4.1%      7.7%       1.2%      2.5%
  338.   4    41.03 Kbps     71.6%     4.4%      7.9%       1.3%      3.0%
  339.   8    42.72 Kbps     74.5%     4.5%      8.3%       1.5%      3.1%
  340.  
  341.  
  342. Table15: Client/Server LU6.2, Client Machine: S350, Server Machine:  S827                                        56K baud line
  343.                                    Outbound
  344. # LU's Throughput     Line    Client     Client     Server    Server
  345.                       Util.    User      System      User     System
  346.                                 CPU       CPU        CPU       CPU
  347. ------ ----------     -----   ------     ------     ------    ------
  348.   1    20.21 Kbps     35.3%     3.4%      6.8%       0-1%      1.4%
  349.   2    37.08 Kbps     64.7%     4.3%      7.2%       1.1%      2.8%
  350.   4    40.66 Kbps     70.9%     4.7%      7.5%       1.3%      3.2%
  351.   8    42.61 Kbps     74.3%     5.1%      8.1%       1.3%      3.4%
  352.  
  353.  
  354.  
  355.    SNAplusRJE Throughput:
  356.  
  357.              Table 16: Stand Alone SNAplus RJE on S827, 56K baud line
  358.                   Inbound                              Outbound
  359. # LU's Throughput  Line   User   System     Throughput  Line   User   System
  360.                    Util.  CPU     CPU                   Util.  CPU     CPU
  361. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  362.   1    36.01 Kbps  62.8%  3.8%    10.2%     3.90 Kbps   6.8%   3.5%     8.8%
  363.   2    NA                                   7.30 Kbps   12.7%  4.2%    10.7%
  364.   4    NA                                   17.45 Kbps  30.4%  8.7%    15.2%
  365.  
  366.  
  367.    SNAplus3179G Throughput:
  368.  
  369. Table 17: Stand Alone SNAplus3179G  on S827, 56K baud line
  370.                  Outbound
  371. # LU's Throughput  Line   User   System
  372.                    Util.  CPU     CPU
  373. ------ ----------  -----  ----   ------
  374.   1    24.47 Kbps  42.7%  0-1%    3.4%
  375.   2    34.91 Kbps  60.9%  0-1%    3.6%
  376.   4    44.31 Kbps  77.3%  1.0%    3.5%
  377.  
  378.  
  379. Table 18: Stand Alone SNAplus3179G on S750, 56K baud line
  380.                  Outbound
  381. # LU's Throughput  Line   User   System
  382.                    Util.  CPU     CPU
  383. ------ ----------  -----  ----   ------
  384.   1    25.3 Kbps   44.0%  0-1%    3.0%
  385.   2    35.0 Kbps   61.1%  0-1%    3.3%
  386.   4    46.4 Kbps   81.1%  0-1%    3.5%
  387.  
  388.  
  389. Table 19:Client/Server SNAplus 3179G, Client Machine: S400,
  390.  Server Machine:S827    56K baud line
  391.        Outbound
  392. # LU's Throughput     Line    Client     Client     Server    Server
  393.                       Util.    User      System      User     System
  394.                                 CPU       CPU        CPU       CPU
  395. ------ ----------     -----   ------     ------     ------    ------
  396.   1    20.36 Kbps     35.5%    3.4%       5.6%       0-1%      6.7%
  397.   2    32.77 Kbps     57.2%    4.8%       6.4%       0-1%      7.1%
  398.   4    44.62 Kbps     78.1%    5.8%       9.7%       1.5%      7.1%
  399.  
  400.  
  401. Table 20: Client/Server SNAplus3179G, Client Machine:   S350,
  402.  Server Machine:S827    56K baud line
  403.        Outbound
  404. # LU's Throughput     Line    Client     Client     Server    Server
  405.                       Util.    User      System      User     System
  406.                                 CPU       CPU        CPU       CPU
  407. ------ ----------     -----   ------     ------     ------    ------
  408.   1    17.35 Kbps     30.3%    3.8%       8.0%       0-1%      7.6%
  409.   2    28.28 Kbps     49.0%    7.9%      12.4%       1.1%      7.2%
  410.   4    44.45 Kbps     77.5%   11.1%      17.9%       1.6%      7.5%
  411.  
  412.  
  413.  
  414. 5.2  QLLC LINK
  415.  
  416. 5.2.1 SNAplus 3270
  417.  
  418.   Response Time: As explained in Sectin 5.1.1
  419.  
  420. Table 1: Stand Alone SNAplus3270 Response Time, Series S827, 64K baud line
  421. Application        Average     Standard Deviation      95% Confidence Interval
  422. ----------         ----------  --------------------   -------------------------
  423. Data Entry          0.40  sec        0.08 sec             [0.37 sec,0.42 sec]
  424. Program Development 0.37  sec        0.03 sec             [0.36 sec,0.38 sec]
  425.  
  426.  
  427. Table 2: Client/Server SNAplus3270 Response Time, Client Machine:S400,
  428.             Server Machine:  S827    64K baud line
  429. Application        Average     Standard Deviation      95% Confidence Interval
  430. ----------         ----------  --------------------   -------------------------
  431. Data Entry          0.76 sec         0.05 sec             [0.74 sec,0.78 sec]
  432. Program Development 0.54 sec         0.06 sec             [0.52 sec,0.56 sec]
  433.  
  434.  
  435. Table 3: Client/Server SNAplus3270 Response Time, Client Machine: S400,
  436.              Server Machine:  S827   64K baud line
  437. Application        Average Standard Deviation 95% Confidence Interval
  438. ----------         ----------  --------------------   -------------------------
  439. Data Entry          0.84 sec         0.04 sec             [0.83 sec,0.85 sec]
  440. Program Development 0.62 sec         0.08 sec             [0.60 sec,0.65 sec]
  441.  
  442.  
  443.  
  444.   SNAplus3270 Throughput:
  445.  
  446. Table 4: Stand Alone SNAplus3270 on S827 64K baud line
  447.                   Inbound                               Outbound
  448. # LU's Throughput  Line   User  System       Throughput  Line   User  System
  449.                    Util.  CPU    CPU                     Util.  CPU    CPU
  450. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  451.   1    21.13 Kbps   33%   2.1%   5.3%        25.36 Kbps  40%    2.9%   5.2%
  452.   2    32.20 Kbps   50%   2.5%   4.9%        44.10 Kbps  69%    2.7%   8.1%
  453.   4    45.59 Kbps   71%   3.2%   5.7%        47.18 Kbps  74%    3.4%   8.5%
  454.  
  455.  
  456. Table 5: Stand Alone SNAplus3270 on S750 64K baud line
  457.                   Inbound                               Outbound
  458. # LU's Throughput  Line   User  System       Throughput  Line   User  System
  459.                    Util.  CPU    CPU                     Util.  CPU    CPU
  460. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  461.   1    23.05 Kbps  35.2%  2.0%   5.4%        25.36 Kbps  45.0%  2.3%   5.8%
  462.   2    34.38 Kbps  52.5%  3.0%   6.6%        49.48 Kbps  75.5%  3.0%   7.8%
  463.   4    35.28 Kbps  53.8%  2.6%   7.9%        50.20 Kbps  77.4%  2.5%   9.0%
  464.  
  465.  
  466. Table 6: Client/Server SNAplus3270, Client Machine: S400, Server Machine: S827
  467.                               64K baud line
  468.                               Inbound
  469. # LU's Throughput     Line    Client     Client     Server    Server
  470.                       Util.    User      System      User     System
  471.                                CPU        CPU        CPU       CPU
  472. ------ ----------     -----   ------     ------     ------    ------
  473.   1    20.7 Kbps      32%      9.7%       4.6%       0-1%      3.4%
  474.   2    32.2 Kbps      50%     15.1%       6.9%       0-1%      5.6%
  475.   4    45.1 Kbps      70%     17.3%      12.9%       0-1%      5.9%
  476.  
  477.  
  478. Table 7: Client/Server SNAplus3270, Client Machine:S400, Server Machine:S827
  479.                              64K baud line
  480.                                 Outbound
  481. # LU's Throughput     Line    Client     Client     Server    Server
  482.                       Util.    User      System      User     System
  483.                                CPU        CPU        CPU       CPU
  484. ------ ----------     -----   ------     ------     ------    ------
  485.   1    21.13 Kbps     33%     12.5%     10.2%        1.0%      1.3%
  486.   2    38.28 Kbps     60%      24%       20%         1.5%      4.3%
  487.   4    46.11 Kbps     72%      26%       17%         1.8%      6.8%
  488.  
  489.  
  490. Table 8: Client/Server SNAplus3270, Client Machine:S350, Server Machine: S827
  491.                              64K baud line
  492.                                 Inbound
  493. # LU's Throughput     Line    Client     Client     Server    Server
  494.                       Util.    User      System      User     System
  495.                                CPU        CPU        CPU       CPU
  496. ------ ----------     -----   ------     ------     ------    ------
  497.   1    16.91 Kbps     26%      21%        11%        1.0%      1.5%
  498.   2    31.21 Kbps     49%      37%        18%        1.3%      2.5%
  499.   4    43.62 Kbps     68%      49%        26%        1.7%      4.4%
  500.  
  501.  
  502. Table 9: Client/Server SNAplus3270, Client Machine: S350, Server Machine: S827
  503.                              64K baud line
  504.                                 Outbound
  505. # LU's Throughput     Line    Client     Client     Server    Server
  506.                       Util.    User      System      User     System
  507.                                CPU        CPU        CPU       CPU
  508. ------ ----------     -----   ------     ------     ------    ------
  509.   1    17.80 Kbps      28%      24%       12%         1.0%     1.3%
  510.   2    32.72 Kbps      51%      42%       24%         2.0%     3.4%
  511.   4    41.40 Kbps      65%      59%       30%         3.0%     4.6%
  512.  
  513.  
  514.    SNAplusAPI LU6.2 Throughput:
  515.  
  516.                 Table 10: Stand Alone LU6.2 on S827 64K baud line
  517.                   Inbound                               Outbound
  518. # LU's Throughput  Line   User  System       Throughput  Line   User  System
  519.                    Util.  CPU    CPU                     Util.  CPU    CPU
  520. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  521.   1    29.96 Kbps  47%    0-1%   2.3%        24.99 Kbps  39%    0-1%   6.4%
  522.   2    35.87 Kbps  56%    0-1%   2.8%        34.51 Kbps  54%    1.0%   7.7%
  523.   4    49.20 Kbps  72%    1.0%   3.5%        44.26 Kbps  69%    1.0%   7.3%
  524.   8    48.40 Kbps  76%    1.2%   3.8%        45.13 Kbps  71%    1.0%   7.7%
  525.  
  526.  
  527.                 Table 11: Stand Alone LU6.2 on S750 64K baud line
  528.                   Inbound                               Outbound
  529. # LU's Throughput  Line   User  System       Throughput  Line   User  System
  530.                    Util.  CPU    CPU                     Util.  CPU    CPU
  531. ------ ----------  ----- -----   ------     ----------  -----  ----   ------
  532.   1    29.92 Kbps  45.7%  0-1%   2.0%        24.75 Kbps  37.8%  0-1%   6.1%
  533.   2    41.84 Kbps  63.8%  0-1%   2.5%        44.89 Kbps  68.5%  1.0%   6.9%
  534.   4    48.16 Kbps  73.5%  0-1%   3.8%        48.28 kbps  73.7%  1.0%   7.5%
  535.   8    49.16 Kbps  75.0%  1.0%   3.4%        49.40 Kbps  75.4%  1.0%   7.5%
  536.  
  537.  
  538. Table 12: Client/Server SNAplusLU6.2, Client Machine: S400,Server Machine: S827
  539.                              64K baud line
  540.                                 Inbound
  541. # LU's Throughput     Line    Client     Client     Server    Server
  542.                       Util.    User      System      User     System
  543.                                CPU        CPU        CPU       CPU
  544. ------ ----------     -----   ------     ------     ------    ------
  545.   1    36.01 Kbps     59%      1.7%       1.6%       0-1%      3.0%
  546.   2    41.94 Kbps     64%      2.1%       1.9%       1.0%      3.86%
  547.   4    48.12 Kbps     73.4%    2.2%       2.4%       1.2%      4.0%
  548.   8    45.77 Kbps     69.8%    3.4%       4.2%       1.4%      4.4%
  549.  
  550.  
  551. Table 13: Client/Server LU6.2, Client Machine: S400, Server Machine: S827
  552.                              64K baud line
  553.                                 Outbound
  554. # LU's Throughput     Line    Client     Client     Server    Server
  555.                       Util.    User      System      User     System
  556.                                CPU        CPU        CPU       CPU
  557. ------ ----------     -----   ------     ------     ------    ------
  558.   1      20.95 Kbps     33%      8.4%       5.5%       2.2%      5.2%
  559.   2      32.50 Kbps     51%     12.7%      10.3%       3.1%      5.8%
  560.   4      44.81 Kbps     70%     15.6%      13.1%       5.2%      8.3%
  561.   8      45.73 Kbps     71%     18.4%      15.5%       3.6%      9.4%
  562.  
  563.  
  564. Table 14: Client/Server  LU6.2, Client Machine:S350,    Server Machine: S827
  565.                              64K baud line
  566.                                 Inbound
  567. # LU's Throughput     Line    Client     Client     Server    Server
  568.                       Util.    User      System      User     System
  569.                                CPU        CPU        CPU       CPU
  570. ------ ----------     -----   ------     ------     ------    ------
  571.   1      28.19 Kbps     44%     1.2%       2.1%       0-1%      2.8%
  572.   2      36.41 Kbps     56%     2.0%       6.6%       1.3%      3.7%
  573.   4      45.61 Kbps     71%     2.7%       6.9%       1.2%      4.1%
  574.   8      42.99 Kbps     67%     3.6%       6.3%       1.5%      4.2%
  575.  
  576.  
  577. Table 15: Client/Server LU6.2, Client Machine:S350, Server Machine: S827
  578.                              64K baud line
  579.                                 Outbound
  580. # LU's Throughput     Line    Client     Client     Server    Server
  581.                       Util.    User      System      User     System
  582.                                CPU        CPU        CPU       CPU
  583. ------ ----------     -----   ------     ------     ------    ------
  584.   1    20.82 Kbps     33%      7.7%       8.1%       1.7%      5.3%
  585.   2    35.31 Kbps     55%      8.2%      10.8%       2.4%      5.8%
  586.   4    44.77 Kbps     70%     13.6%      18.2%       3.3%     10.0%
  587.   8    45.32 Kbps     71%     14.1%      18.5%       3.7%     11.0%
  588.  
  589.  
  590. 5.2.3 SNAplus3179G Throughput
  591.  
  592. Table 16: Stand Alone SNAplus3179G on S750 64K baud line
  593.                Outbound
  594. # LU's Throughput  Line   User  System
  595.                    Util.  CPU    CPU
  596. ------ ----------  -----  ----   ------
  597.   1    24.25 Kbps  37.9%  0-1%   3.1%
  598.   2    41.58 Kbps  65.0%  0-1%   5.5%
  599.   4    52.92 Kbps  83.1%  0-1%   7.4%
  600.  
  601.  
  602. Table 17: Stand Alone SNAplus3179G on S750, 64K  baud line
  603.                Outbound
  604. # LU's Throughput  Line   User  System
  605.                    Util.  CPU    CPU
  606. ------ ----------  -----  ----   ------
  607.   1    24.57 Kbps  42.9%  0-1%   1.6%
  608.   2    48.64 Kbps  84.8%  0-1%   2.8%
  609.   4    50.62 Kbps  77.2%  0-1%   3.6%
  610.  
  611.  
  612. Table 18: Client/Server SNAplus3179G, Client Machine: S400,Server Machine: S827
  613.            64K baud line
  614.               Outbound
  615. # LU's Throughput     Line    Client     Client     Server    Server
  616.                       Util.    User      System      User     System
  617.                                CPU        CPU        CPU       CPU
  618. ------ ----------     -----   ------     ------     ------    ------
  619.   1    19.79 Kbps     35%      2.0%       5.1%       0-1%      2.9%
  620.   2    34.81 Kbps     61%      3.6%       7.5%       0-1%      5.1%
  621.   4    53.57 Kbps     92%      5.9%      13.1%       1.2%      7.1%
  622.  
  623.  
  624. Table 19: Client/Server SNAplus3179G, Client Machine: S350,Server Machine: S827
  625.            64K baud line
  626.               Outbound
  627. # LU's Throughput     Line    Client     Client     Server    Server
  628.                       Util.    User      System      User     System
  629.                                CPU        CPU        CPU       CPU
  630. ------ ----------     -----   ------     ------     ------    ------
  631.   1      16.78 Kbps     26%      3.7%       7.4%       0-1%      3.0%
  632.   2      31.37 Kbps     49%      4.6%      10.3%       0-1%      4.3%
  633.   4      46.40 Kbps     72%      6.1%      14.9%       1.5%      6.4%